home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000674_kb@cs.umb.edu_Wed Jun 22 01:44:59 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA21576
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Wed, 22 Jun 1994 05:45:00 -0400
  3. Received: by terminus.cs.umb.edu id AA15163
  4.   (5.65c/IDA-1.4.4 for tex-k); Wed, 22 Jun 1994 05:44:59 -0400
  5. Date: Wed, 22 Jun 1994 05:44:59 -0400
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199406220944.AA15163@terminus.cs.umb.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: MakeTeXPK interface
  10.  
  11. One infinitely recurring problem, as some of you may have noticed, is
  12. the difference between kpathsea's interface to MakeTeXPK and the
  13. original dvips/xdvi.
  14.  
  15. I changed MTPK to echo the full filename of the generated font to
  16. stdout, and put commentary on stderr, so that kpathsea could read it and
  17. open it. This is useful only when the resulting file can't be found in
  18. the search path. (Well, it does save one path lookup to echo the full
  19. filename, but we're assuming path lookups are cheap, right? :-)
  20.  
  21. The primary application for this is (I think) when the main tex
  22. directory is on a readonly filesystem (because of AFS or just local
  23. preferences). Then MTPK has to write somewhere locally (/tmp/foo*pk?)
  24. and the font has to be moved to the main filesystem by other means. (A
  25. cron job or something that rcp's it, maybe.)
  26.  
  27. It seems like either I should change the interface back (then we'll have
  28. another period of massive confusion but it will eventually go away), or
  29. I should talk to Tom (Rokicki) and Paul (Vojta) about changing
  30. xdvi/dvips so we all use the same thing.
  31.  
  32. But before I bug them about it, I wanted to ask for opinions on how
  33. important the kpathsea feature was, and whether anyone would notice if
  34. I went back to the old way (of doing a path lookup on the font name if
  35. MTPK runs successfully). So, I'm asking ...